home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / aset10.zip / DESC.BTM < prev    next >
Text File  |  1993-05-06  |  1KB  |  17 lines

  1. @echo off
  2. echo Describing your files, press Control-C to abort.
  3. pause
  4. if "%@descript[readme.txt]" == "" describe readme.txt "General information for Rickis DOS utilities"
  5. if "%@descript[aset.doc]" == "" describe aset.doc "Documentation of the ASET program"
  6. if "%@descript[aset.exe]" == "" describe aset.exe "ASET (Advanced SET command) executable"
  7. if "%@descript[aset.qck]" == "" describe aset.qck "Quick reference for the ASET program"
  8. if "%@descript[aset1.tst]" == "" describe aset1.tst "Test file for ASETs math functions"
  9. if "%@descript[aset2.tst]" == "" describe aset2.tst "Test file for ASETs file/disk functions"
  10. if "%@descript[aset3.tst]" == "" describe aset3.tst "Test file for ASETs CONFIG.SYS functions"
  11. if "%@descript[aset4.tst]" == "" describe aset4.tst "Test file for ASETs string functions"
  12. if "%@descript[aset5.tst]" == "" describe aset5.tst "Test file for ASETs interactive functions"
  13. if "%@descript[aset6.tst]" == "" describe aset6.tst "Test file for ASETs date/time functions"
  14. if "%@descript[aset7.tst]" == "" describe aset7.tst "Test file for ASETs miscellanous functions"
  15. if "%@descript[asettst.bat]" == "" describe asettst.bat "Batch file to create an ASET example file"
  16. *del /p %@search[%0]
  17.